ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;

}
li {
	display: inline;
	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
	display: block;
	padding: 6px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	
}
a:hover {
	color: #FFF;
	background-color: #666;
	padding-bottom: 5px;
	border-bottom: solid 5px;
	
}
.clear:hover {
	clear: both;
}
.text:hover {
	border-bottom-color: #32CD32;
}
.product:hover {
	border-bottom-color: #DA70D6;
}

.video:hover {
	border-bottom-color: #87CEFA;
}